crypto/tls.ticketKey.hmacKey (field)
4 uses
crypto/tls (current package)
common.go#L760: hmacKey [16]byte
common.go#L772: copy(key.hmacKey[:], hashed[ticketKeyNameLen+16:ticketKeyNameLen+32])
ticket.go#L140: mac := hmac.New(sha256.New, key.hmacKey[:])
ticket.go#L169: mac := hmac.New(sha256.New, key.hmacKey[:])
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)